sumangal.hashnode.devjavascript oparationCertainly! Here are some examples of how JavaScript can be used to perform various operations on a blog: DOM Manipulation: // Change the text of a blog post title document.getElementById('blog-post-title').innerText = 'New Title'; // Add a new par...Dec 25, 2023·2 min read
sumangal.hashnode.devjava script data typeJavaScript is a dynamic, loosely-typed language, which means it doesn't require you to declare the data type of a variable when you create it. JavaScript has several built-in data types, each with its own unique characteristics and uses. Here are som...Dec 25, 2023·3 min read
sumangal.hashnode.devPython Data TypeTitle: Understanding Python Data Types: A Comprehensive Guide Introduction: Python is a versatile programming language known for its simplicity and readability. One of the key features that make Python so popular is its ability to handle various data...Oct 19, 2023·3 min read
sumangal.hashnode.devPycal is a beautiful calculatorMastering Mathematics with PyCal: A Python Calculator Program Introduction: In the world of programming, Python has become one of the most popular languages for its simplicity and versatility. It can be used for a wide range of applications, includin...Jul 9, 2023·4 min read
sumangal.hashnode.devBash script learnIntroduction: Bash scripting is a powerful skill that can significantly enhance your efficiency as a developer or system administrator. With the ability to automate repetitive tasks, manipulate files and directories, and execute complex commands, Bas...Jun 25, 2023·4 min read